home *** CD-ROM | disk | FTP | other *** search
- #
- # Hard Disk Tools #2
- #
- hdd2_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.3 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Hard Disk Tools 2/5] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Diagnosis "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[grey on cyan]
- print " -- IBM/Hitachi -- -- Fujitsu -- "
- set textColor = color[white on cyan]
- print " [F1] Drive Fitness Test V4.02 [F2] Diagnostic Tool V6.20 "
- print " "
- set textColor = color[grey on cyan]
- print " -- Seagate -- -- Samsung -- "
- set textColor = color[white on cyan]
- print " [F3] SeaTools Desktop V1.06.02 [F5] SHDIAG V1.25 "
- print " [F4] SeaTools Desktop v3.00.07en [F6] HUTIL V1.21 "
- print " "
- set textColor = color[grey on cyan]
- print " -- Western Digital -- -- Maxtor/Quantum -- "
- set textColor = color[white on cyan]
- print " [F7] DLG Diagnostic V4.15 [1] PowerMax V4.09 "
- print " [F8] DLG Diagnostic V5.04c [2] PowerMax V4.21 "
- print " [F9] Data Lifeguard V11.0 [3] SCSIMax V1.21 "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then memdisk /images/dft.igz
- if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=fujitsu
- if ($lastKey == key[f3]); then memdisk /images/seatool1.igz
- if ($lastKey == key[f4]); then memdisk /images/seatool3.igz
- if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=samsung
- if ($lastKey == key[f6]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=hutil
- if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=dlgdiag4
- if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=dlgdiag5
- if ($lastKey == key[f9]); then memdisk /images/datalife.igz
- if ($lastKey == key[1]); then memdisk /images/powmx409.igz
- if ($lastKey == key[2]); then memdisk /images/powermax.igz
- if ($lastKey == key[3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=scsimax
- if ($lastKey == key[left]); then script hdd.scn
- if ($lastKey == key[right]); then script hdd3.scn
- if ($lastKey == key[esc]); then script main.scn
- goto hdd2_menu
-